function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Christian Dylan CarterChristian Dylan Carter 

How do I develop a package with an <apex:map>?

Per the docs, "Visualforce mapping components aren’t available in Developer Edition organizations". This is unfortunate if you're trying to develop a package in a dev org. Is there a way to create a Visualforce Map in a Dev Org that when deployed to an EE org, it will display?
Andy BoettcherAndy Boettcher
You SHOULD be able to use the apex:map component in your DE as long as you are working with a VF page that is higher than v32.
ShaminaShamina
@Andy Boettcher,

We have a similar requirement to use apex:map in visualforce page in a developer org so that the solution can be packaged.
Tried API version 35, but it does not work.
Receiving error: Component unknown apex:map in .....

Any workaround?

Best Regards,
Shamina
BHinnersBHinners
According to the docs, the feature is not available to dev orgs:
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_maps.htm