| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
MapView.AddPinWithAddress
Adds a pin with querying an address.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| MapView | 9.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
Deprecated
This function was deprecated. Use MapView.AddPoint instead.
MBS( "MapView.AddPinWithAddress"; MapView; Address { ; Title; Subtitle; Identifier; Color } ) More
Parameters
| Parameter | Description | Example | Flags |
|---|---|---|---|
| MapView | The map view reference number. | $$MapView | |
| Address | The address to lookup." | "New York" | |
| Title | The title for the pin. | Optional | |
| Subtitle | The subtitle for the pin. | Optional | |
| Identifier | The identifier for the pin to use with script trigger. | Optional Added in version 9.3. |
|
| Color | The color to use. Can be a color name or hex notation like in HTML. |
"#FF0000" | Optional Added in version 9.3. |
Result
Returns identifier or error.
Description
Adds a pin with querying an address.Deprecated. Please use MapView.AddPoint function instead for more options.
See also
Release notes
- Version 9.4
- Changed MapView.AddPin, MapView.AddPinWithAddress or MapView.ShowAddress to return identifier for new pin.
- Version 9.3
- Added identifier and color parameters for MapView.AddPin, MapView.AddPinWithAddress, MapView.PlanRoute and MapView.ShowAddress functions.
- Version 9.1
- Changed MapView.ShowAddress and MapView.AddPinWithAddress to return errors if address is not found.
Example Databases
Blog Entries
- New functions of the MBS Plugin Version 9.5
- MBS FileMaker Plugin, version 9.4pr6
- MBS FileMaker Plugin, version 9.3pr2
- More on MapViews in FileMaker
- MBS FileMaker Plugin, version 9.1pr2
This function is free to use.
Created 14th January 2019, last changed 12nd June 2020