devployment
devployment

Reputation: 2201

Google maps like controls for API web maps available?

Is there a library available that mimics the map controls seen on the customer facing maps application as shown in the screenshot? I'd like to have something similar for an application using Maps API v3 to add my custom menu entries/actions.

I know that it is not available out of the box from the API and I know that it is possible to create custom controls to add them to the map. But maybe there's already a library/script that implements this as a custom control which I was not able to find and that could be used instead of writing it from scratch.

controls

Upvotes: 0

Views: 137

Answers (1)

Chad Killingsworth
Chad Killingsworth

Reputation: 14411

The answer is "No" - but that's too short. So I have to type a bit more so this doesn't become a comment.

You can always check the Google Maps API 3 Utility Library for options not included in the main API.

Upvotes: 1

Related Questions