
Google maps static is a .Net magnificence that put into effect the static google maps symbol to your application with more than one possibility changeable through customized belongings
The static map introduction most effective requires 1 line of code to make use of it
The zip file encompasses a information “the best way to”, a demo utility, the .vb record and the DLL report with the precompiled serve as, able to add the reference and use into your software
Google maps static is very easy to make use of or combine to your utility, when you have integrated the dll or the .vb report, create a brand new variable as GoogleMapsStatic
Ex: dim map as New GoogleMapsStatic
To generate the static map, use the serve as GenerateMap (Place as String , OutputType as OutType )
The OutputType have 2 option, the first is URL that return the url to the static symbol, the second one is IMAGE that go back a bitmap with the static map
Url Ex: map.GenerateMap( “The Big Apple” , GoogleMapsStatic.OutType .Url )
Image Ex: map.GenerateMap( “Ny” , GoogleMapsStatic.OutType .Image )
You Can customise the map option with simple to make use of belongings
Ex: to modify the map type
Ex: map.XMapType = GoogleMapsStatic.MapTypes .SATELLITE
the entire property has a X in the primary place
Custom map belongings:
Image Layout:
- Png8
- Png32
- Gif
- Jpg
- Jpg Baseline
Map Type:
- Roadmap
- Satellite Tv For Pc
- Terrain
- Hybrid
Marker Colour:
- Default
- Black
- Brown
- Green
- Pink
- Yellow
- Blue
- Gray
- Orange
- Crimson
- White
Marker Label:
- Letter from A to Z
- Quantity from ZERO to 9
- None
Marker Dimension:
- Tiny
- Small
- Mid
- Commonplace
Symbol Height and Width
Zoom from 1 (global) to 21 (House)
The time required to display the map changes depending on the internet pace
Take a look to the video preview for a little bit instance
FULL DOWNLOAD
No comments:
Post a Comment