We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f493739 commit 703837dCopy full SHA for 703837d
1 file changed
src/MapWinGIS.idl
@@ -6834,6 +6834,7 @@ library MapWinGIS
6834
[id(212), propget] float Latitude();
6835
[id(213), propput] void Longitude(float nNewValue);
6836
[id(213), propget] float Longitude();
6837
+ [id(267)] void SetLatitudeLongitude(double latitude, double longitude);
6838
[id(218), propput] void KnownExtents(tkKnownExtents nNewValue);
6839
[id(218), propget] tkKnownExtents KnownExtents();
6840
#endif
0 commit comments