What is the best way, in Angular 2, to make a map with clickable country boundaries in Google Maps? -


i using google maps api create simple map, country borders highlight on mouseover, , have ability have click event.

i have looked @ google maps fusion tables, , various questions on stack overflow, have not found solution works angular 2.

the angular 2 google maps documentation seems pretty incomplete, seems using vanilla google maps docs in angular 2 context might better.

any ideas? :)

there angular2 integrations of leaflet.js fulfill needs (adding layer country boundaries in geojson @ desired detail level).


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -