Home
last modified time | relevance | path

Searched defs:FromLatLngToPixel (Results 1 – 3 of 3) sorted by relevance

/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKMap/GKMap.Core/MapProviders/
H A DMercatorProjection.cs57 public override GPoint FromLatLngToPixel(double lat, double lng, int zoom) in FromLatLngToPixel() method in GKMap.MapProviders.MercatorProjection
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKMap/GKMap.Core/MapProviders/Yandex/
H A DMercatorProjectionYandex.cs56 public override GPoint FromLatLngToPixel(double lat, double lng, int zoom) in FromLatLngToPixel() method in GKMap.MapProviders.Yandex.MercatorProjectionYandex
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKMap/GKMap.Core/
H A DPureProjection.cs63 public abstract GPoint FromLatLngToPixel(double lat, double lng, int zoom); in FromLatLngToPixel() method in GKMap.PureProjection
80 public GPoint FromLatLngToPixel(PointLatLng p, int zoom, bool useCache = false) in FromLatLngToPixel() method in GKMap.PureProjection